home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11134 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: nnrp.info.ucla.edu!jmartin
  2. From: jmartin@cs.ucla.edu (Jay Martin)
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++
  4. Subject: Re: C/C++ knocks the crap out of Ada
  5. Date: 12 Mar 1996 20:48:19 GMT
  6. Organization: University of California, Los Angeles
  7. Message-ID: <4i4nuj$f0i@saba.info.ucla.edu>
  8. References: <00001a73+00002504@msn.com> <1996Feb22.005518.13396@leeweyr.sccsi.com>    <4gvrffINNlqo@anvil.ugrad.cs.ubc.ca> <4h5hgj$vpd@tomquartz.niestu.com>    <4h7jskINNnph@anvil.ugrad.cs.ubc.ca> <313EDF38.61C1@lfwc.lockheed.com> <TANMOY.96Mar7180321@qcd.lanl.gov> <4i01hb$s6j@new-news.cc.brandeis.edu> <31457491.244A@lfwc.lockheed.com>
  9. NNTP-Posting-Host: may.cs.ucla.edu
  10. X-Newsreader: NN version 6.5.0.b3.0 #9 (NOV)
  11.  
  12. Ken Garlington <GarlingtonKE@lfwc.lockheed.com> writes:
  13.  
  14. >dernis@binah.cc.brandeis.edu wrote:
  15.  
  16. >> It would seem to me
  17. >> that any language which incorporates range checking, bound
  18. >> checking, garbage collection, etc. from the get go loses the
  19. >> flexibility of higher performance in critical areas.
  20.  
  21. >With respect to checking, you might be right - for those languages that
  22. >don't permit the suppression of run-time checks for those _critical_ areas.
  23. >Fortunately, Ada permits check suppression.
  24.  
  25. This whole "checks" issue is just ignorance.  Has their ever been a
  26. mature production quality optimizing compiler for ANY imperative
  27. language that did not have an option for check suppression?
  28.  
  29.